;flak spec

;FLAK Start
throwangle     = 0
throwforward   = 60
throwheight    = -5

;FLAK Movement
force = 0.1
lifespan       = 10000
yinc	       = 0
zinc	       = 2000000
xspeed         = 0
yspeed         = 0
zspeed         = 0
weight         = 0
spinx          = 0
bounceonhit    = 0
explodeonhit   = 1
damage         = 35
textured       = projectile.dds

;FLAK Explosion
exponfloor     = dustimpact16

;FLAK Sounds

sndbounce      = bounce.wav
sndexplode     = explode.wav
